Vcenter Namespaces Instances Summary

Vcenter Namespaces Instances Summary
Vcenter Namespaces Instances Summary

The Vcenter Namespaces Instances Summary schema contains the basic information about the namespace on a single vSphere cluster.

This schema was added in vSphere API 7.0.0.0.

JSON Example
{
    "cluster": "string",
    "namespace": "string",
    "description": "string",
    "config_status": "string",
    "stats": {
        "cpu_used": 0,
        "memory_used": 0,
        "storage_used": 0
    },
    "self_service_namespace": false
}
string
cluster
Required

Identifier for the vSphere cluster hosting the namespace.

This property was added in vSphere API 7.0.0.0.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: ClusterComputeResource. When operations return a value of this schema as a response, the property will be an identifier for the resource type: ClusterComputeResource.

string
namespace
Required

Identifier of the namespace.

This property was added in vSphere API 7.0.0.0.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.vcenter.namespaces.Instance. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.vcenter.namespaces.Instance.

string
description
Required

Description of the namespace.

This property was added in vSphere API 7.0.0.0.

string
config_status
Required

Current setting for Vcenter Namespaces Instances ConfigStatus.

For more information see: Vcenter Namespaces Instances ConfigStatus.

This property was added in vSphere API 7.0.0.0.

stats
Required

Basic runtime statistics for the namespace.

This property was added in vSphere API 7.0.0.0.

boolean
self_service_namespace
Optional

Flag to indicate the self service namespace.

This property was added in vSphere API 7.0.2.00100.

If missing or null, the namespace is not marked as self service namespace.